/ Assembly List / LJCGenTextLib / GenTokens / BinarySearch

Namespace - LJCGenTextLib


Parameters
tokenValue - The token value.

Returns

A reference to the element or null if not found.

Syntax

C#
public String BinarySearch(String tokenValue)

Searches the entire sorted collection for an element with the specified value using the default comparer and returns a reference to the element. Returns a null object if the element is not found.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.